home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joystick Magazine 1997 July & August
/
cd joystick No84 juillet aout 1997.iso
/
pc
/
club95.exe
/
ISP1.SCP
< prev
next >
Wrap
Text File
|
1997-06-15
|
318b
|
15 lines
; C:\NETSCAPE\DIALER\ISP1.SCP
proc main
transmit "^M"
transmit "^M"
waitfor "er?",matchcase until 20
transmit "clubint^M"
waitfor "ogin:",matchcase until 20
transmit $USERID
transmit "^M"
waitfor "ssword:",matchcase until 20
transmit $PASSWORD
transmit "^M"
waitfor "Entering",matchcase until 20
endproc